GUI Help > Special > setListViewColumnWidth

setListViewColumnWidth
setListViewColumnWidth handle gadget, int columnIndex, int width

Description:
Sets the width of a column in a listview gadget. The listview gadget must be in report mode (set using setListViewStyle)

Return Value:


Parameters:
gadget Handle of a listview gadget
columnIndex Index of the column whoose width you wish to set.
width The new width of the column in pixels.
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)